Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle bigint and decimal types #19

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Conversation

daniel7grant
Copy link
Owner

@daniel7grant daniel7grant commented Nov 25, 2024

Motivation: By PostgreSQL and MySQL drivers, bigint and decimal are parsed to string while SQLite parses it to be a number. Change the default behaviour to the match the most used drivers and add support for changing the driver to SQLite.

  • Handle bigint and decimal types

@daniel7grant daniel7grant merged commit 18c8de9 into master Dec 6, 2024
3 checks passed
@daniel7grant daniel7grant deleted the feature/weird-numbers branch December 6, 2024 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant